From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:04:24 +0000 (+0100) Subject: gtk: mark MultiSelection::get_model as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b803bb5edb1c079c676ad4a5b1ed009c4d950c45;p=gtk4.git gtk: mark MultiSelection::get_model as nullable the constructor & setter takes a nullable model --- diff --git a/gtk/gtkmultiselection.c b/gtk/gtkmultiselection.c index 26590ec55f..bee83622c6 100644 --- a/gtk/gtkmultiselection.c +++ b/gtk/gtkmultiselection.c @@ -396,7 +396,7 @@ gtk_multi_selection_new (GListModel *model) * * Returns the underlying model of @self. * - * Returns: (transfer none): the underlying model + * Returns: (transfer none) (nullable): the underlying model */ GListModel * gtk_multi_selection_get_model (GtkMultiSelection *self)